NewWindow
NOT RECOMMENDED WITH MAC OS 8
Creates a new monochrome window with the characteristics specified by a list of parameters. TheNewWindow
function was originally implemented before the advent of Color QuickDraw. In Mac OS 8, you should call the Color QuickDraw functionNewCWindow
(see the "Window Manager" chapter in Inside Macintosh: Macintosh Toolbox Essentials) instead ofNewWindow
to programmatically create a window, because Color QuickDraw is always available in Mac OS 8.